Skip to content

Releases: google-ai-edge/gallery

1.0.3

22 May 23:53
Compare
Choose a tag to compare

Fix some potential memory leak in image capture sheet

1.0.2

22 May 00:36
Compare
Choose a tag to compare
  • Use camerax to implement image capture in-app instead of using the native camera app to reduce the possibility of app being killed due to GPU OOM.
  • Show accelerator name in chat message sender labels.
  • Attach download workers to silent foreground notifications to make them less likely to be killed.
  • Update app icon to be consistent with Google style.

1.0.1

21 May 19:48
Compare
Choose a tag to compare
  • Update Gemma 3n 4B model.
  • Update context length to 4K for Gemma 3n models.
  • Fix a bug related to LLM inference engine cleanup.
  • Various UX improvements.

1.0.0

20 May 16:26
Compare
Choose a tag to compare
Bump version

0.9.6

20 May 03:25
Compare
Choose a tag to compare
  • Fix a download resume bug

0.9.5

20 May 00:03
Compare
Choose a tag to compare
  • Check version when app resumes.

0.9.4

19 May 21:47
Compare
Choose a tag to compare
  • Fix a bug where deleting a local model when there are >1 local models shows the wrong download status.
  • Don't go back to model selection screen automatically when there is an error during model initialization, so that users have a chance to change model parameters (e.g. accelerator) to retry the initialization.
  • Show error dialog properly in prompt lab screen.

0.9.3

19 May 18:45
Compare
Choose a tag to compare
  • Better text formatting on home screen for smaller screen.
  • Set default backend based on the order of "accelerators" field in model allowlist.

0.9.2

19 May 18:10
Compare
Choose a tag to compare
  • Re-enable image picker menu items when model config is updated.
  • Make theme picker work when system is in dark mode.

0.9.1

19 May 00:37
Compare
Choose a tag to compare
  • Save the loaded model allowlist to a local file so that it can be read when the allowlist cannot be loaded from internet.
  • Improve the image clipping transitioning from full image back to the image thumbnail in chat ui.